- 검색된 게시판 리스트 (6개의 게시판, 2,462개의 게시글, 1/247 페이지)
- #NoEnv [새창]
_NoEnv
Avoids checking empty variables to see if they are environment variables (recommended for all new scripts).
- #MaxMem [새창]
_MaxMem
Sets the maximum capacity of each variable to the specified number of megabytes.
- #MaxHotkeysPerInterval [새창]
_MaxHotkeysPerInterval
Along with #HotkeyInterval, specifies the rate of hotkey activations beyond which a warning dialog will be displayed.
- #Include / #IncludeAgain [새창]
_Include
Causes the script to behave as though the specified file's contents are present at this exact position.
- #IfWinActive / #IfWinExist [새창]
_IfWinActive
Creates context-sensitive hotkeys and hotstrings. Such hotkeys perform a different action (or none at all) depending on the type of window that is active or exists.
- #HotkeyInterval [새창]
_HotkeyInterval
Along with #MaxHotkeysPerInterval, specifies the rate of hotkey activations beyond which a warning dialog will be displayed.
- IfMsgBox [새창]
IfMsgBox
방금 메시지박스에서 사용자가 어떤 버튼을 눌렀는지 알아냄.
1 2 3 4 5 6 7 8 9 10 다음 맨끝
|